Adds an item to the collection.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub Add ( _ item As T _ ) |
C# |
---|
public void Add( T item ) |
Parameters
- item
- Type: T
Item to add.